CReportsPat.cs
Code Type: C# Class
Uses Classes: CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_REPORTS_PAT.GetPatPopulationRS, PCK_REPORTS_PAT.GetInstrumentsBaseRS, PCK_REPORTS_PAT.GetInstrumentScoreRS, PCK_REPORTS_PAT.GetNoteDatesRS, PCK_REPORTS_PAT.GetNoteTextRS, PCK_PWEVENT.GetIntakeScoreRS, PCK_REPORTS_PAT.GetTrendBaseRS

Lines of Code: 191

public class CReportsPat

	Patient reports methods and properties 

public CReportsPat()

	Default constructor 

public DataSet GetPatPopulationDS(BaseMaster BaseMstr)

	 Get all patients for the site the user is logged into 

public DataSet GetInstrumentBaseRS(BaseMaster BaseMstr,
                                       string strPatientID,
                                       DateTime dtFrom,
                                       DateTime dtTo)

	 Get the instrument score base dataset 

public DataSet GetInstrumentScoreRS(BaseMaster BaseMstr,
                                        string strPatientID,
                                        long lMID,
                                        DateTime dtFrom,
                                        DateTime dtTo)

	 Get the instrument scores 

public DataSet GetNoteDatesDS(BaseMaster BaseMstr,
                                  string strPatientID,
                                  DateTime dtFrom,
                                  DateTime dtTo)

	 Get note dates for a patient and date range 

public DataSet GetIntakeScoreDS(BaseMaster BaseMstr,
                                    string strPatientID,
                                    long lIntakeID,
                                    long lMID)

	 Get the instrument scores by patient, intake and mid 

public DataSet GetTrendBaseDS(BaseMaster BaseMstr,
                                  string strPatientID)

	 get the trend base dataset 

	

